@import url("floatService.css");
.zzTopLogo{float:left;margin:12px 0 10px 10px;}
.zzTopLogo img{
    max-height:55px;
    max-width:100%;
}
.zzTop_Search{float:right;margin:20px 0 0 0;line-height:22px;color:#333;width:255px;font-family:verdana;color:#B8B8B8;}
.zzTop_Search form{margin:0;padding:0;}
.zzTop_Search dt{float:left;margin:0;padding:0;}
.zzTop_Search .input{background:url(../Images/zzcms.gif) -198px -334px;border:1px solid #ccc;padding:4px 0 4px 34px;height:20px;line-height:20px;color:#999;width:160px}
.zzTop_Search .bnt {
    background: #0093d7;
    width: 59px;
    border: 0;
    line-height: 18px;
    padding: 4px 0 5px 0;
    text-align: center;
    color: #fff;
    *margin: 1px 0 0 0;
    height: 30px;
}

#zzMenu {
    width:100%;
    height:40px;
    overflow: hidden;
    background:#0093d7;
}
.zzMenu {
    margin: 0;
    padding: 0;
}
.zzMenu dt {
    width:16%;
    float: left;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0;
    text-align:center;
}
.zzMenu dt:hover{background:#33a9df;}
.zzMenu dt a{margin:0 4px;color:#fff;font-size:14px;outline:none;}
.zzMenu dt a:hover{color:#ff0;}

#zzBanner{
    width:100%;
    height:auto;overflow:hidden;
    position:relative;
}
#zzBanner img{
    width:100%;
}

#zzBottom_Link {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #333;
    color: #b2b2b2;
    padding: 20px 0 40px 0;
}
#zzBottom_Link a{color:#b2b2b2;}
.zzBottom_List{
    width:25%;float:left;
    height:auto;overflow:hidden;
}
.zzBottom_List dd{
    width:100%;
    height:30px;line-height:30px;
    font-size:14px;
}
.zzBottom_List div{
    width:15%;display:block;
    height:5px;
    border-bottom:1px solid #92e0ff;
    margin-bottom:10px;
}
.zzBottom_List dt{
    width:100%;
    height:28px;line-height:28px;
}
.zzBottom_List dt span{font-size:20px;}

#zzBottom_Copy{
    width:94%;
    height:auto;overflow:hidden;
    background:#343635;
    text-align:center;
    color:#949494;
    line-height:25px;
    padding:10px 3%;
}
#zzBottom_Copy a{color:#949494;}
#zzBottom_Copy a:hover{color:#ff0;}


.wapTopPadding{display:none;}
.mobile{display:none;}
@media(max-width:720px) {
    .zzTopLogo {
        width: 100%;
        text-align: center;
        position: fixed;
        top: 0;
        left: 0;
        background-color: #fff;
        z-index: 999;
        height:40px;
        margin:0;
        padding:15px 0 0 0;
    }
    .zzTopLogo img {
        max-height: 55px;
        max-width: 60%;
    }
    .zzMenu{display:none;}
    .zzTop_Search{display:none;}


    .wapTopPadding {
        width: 100%;
        height: 10px;
        display: block;
    }
    #zzBottom_Link{display:none;}
    /*²Ëµ¥*/
    .mobile {
        display: block;
        width: 100%;
        position: fixed;
        z-index: 9999;
        top: 0;
        right: 0;
    }

    .mobile-inner {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        position: relative;
    }

    .mobile-inner-header {
        width: 100%;
        height: 55px;
        position: absolute;
        top: 0px;
        left: 0px;
    }

    .mobile-inner-header-icon {
        color: #1f2789;
        height: 55px;
        font-size: 25px;
        text-align: center;
        float: right;
        width: 70px;
        position: relative;
        -webkit-transition: background 0.5s;
        -moz-transition: background 0.5s;
        -o-transition: background 0.5s;
        transition: background 0.5s;
    }

        .mobile-inner-header-icon:hover {
            background-color: rgba(0,0,0,0.2);
            cursor: pointer;
        }

        .mobile-inner-header-icon span {
            position: absolute;
            left: calc((100% - 25px) / 2);
            top: calc((100% - 1px) / 2);
            width: 25px;
            height: 1px;
            background-color: rgba(0,0,0,1);
        }

            .mobile-inner-header-icon span:nth-child(1) {
                transform: translateY(4px) rotate(0deg);
            }

            .mobile-inner-header-icon span:nth-child(2) {
                transform: translateY(-4px) rotate(0deg);
            }

    .mobile-inner-header-icon-click span:nth-child(1) {
        animation-duration: 0.5s;
        animation-fill-mode: both;
        animation-name: clickfirst;
    }

    .mobile-inner-header-icon-click span:nth-child(2) {
        animation-duration: 0.5s;
        animation-fill-mode: both;
        animation-name: clicksecond;
    }

    @keyframes clickfirst {
        0% {
            transform: translateY(4px) rotate(0deg);
        }

        100% {
            transform: translateY(0) rotate(45deg);
        }
    }

    @keyframes clicksecond {
        0% {
            transform: translateY(-4px) rotate(0deg);
        }

        100% {
            transform: translateY(0) rotate(-45deg);
        }
    }

    .mobile-inner-header-icon-out span:nth-child(1) {
        animation-duration: 0.5s;
        animation-fill-mode: both;
        animation-name: outfirst;
    }

    .mobile-inner-header-icon-out span:nth-child(2) {
        animation-duration: 0.5s;
        animation-fill-mode: both;
        animation-name: outsecond;
    }

    @keyframes outfirst {
        0% {
            transform: translateY(0) rotate(-45deg);
        }

        100% {
            transform: translateY(-4px) rotate(0deg);
        }
    }

    @keyframes outsecond {
        0% {
            transform: translateY(0) rotate(45deg);
        }

        100% {
            transform: translateY(4px) rotate(0deg);
        }
    }

    .mobile-inner-nav {
        background-color: rgba(0,0,0,0.9);
        width: 100%;
        position: absolute;
        top: 55px;
        left: 0px;
        padding-top: 30px;
        padding-bottom: 80px;
        display: none;
    }

        .mobile-inner-nav a {
            display: inline-block;
            line-height: 45px;
            text-decoration: none;
            width: 80%;
            margin-left: 10%;
            color: #FFFFFF;
            border-bottom: solid 1px rgba(255,255,255,0.3);
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
            font-weight: 300;
        }

            .mobile-inner-nav a:hover {
                color: rgba(255,255,255,0.4);
                border-bottom: solid 1px rgba(255,255,255,0.2);
            }
}